home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMTTrialRun.pas' rev: 3.00
-
- #ifndef AHMTTrialRunHPP
- #define AHMTTrialRunHPP
- #include <AHMSystem.hpp>
- #include <Classes.hpp>
- #include <Windows.hpp>
- #include <SysUtils.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmttrialrun
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TAHMTrialRun;
- class PASCALIMPLEMENTATION TAHMTrialRun : public Ahmsystem::TAHMSystemsComponent
- {
- typedef Ahmsystem::TAHMSystemsComponent inherited;
-
- private:
- Word FYear;
- Word FMonth;
- Word FDay;
- Classes::TNotifyEvent FOnExpired;
- Classes::TNotifyEvent FOnNotExpired;
-
- public:
- __fastcall virtual TAHMTrialRun(Classes::TComponent* AOwner);
- virtual void __fastcall Loaded(void);
- bool __fastcall Check(void);
-
- __published:
- __property Word EndYear = {read=FYear, write=FYear, nodefault};
- __property Word EndMonth = {read=FMonth, write=FMonth, nodefault};
- __property Word EndDay = {read=FDay, write=FDay, nodefault};
- __property Classes::TNotifyEvent OnExpired = {read=FOnExpired, write=FOnExpired};
- __property Classes::TNotifyEvent OnNotExpired = {read=FOnNotExpired, write=FOnNotExpired};
- public:
- /* TComponent.Destroy */ __fastcall virtual ~TAHMTrialRun(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Ahmttrialrun */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmttrialrun;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMTTrialRun
-